home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
HYP
/
E-G
/
Get DA Names.cpt
/
Get DA Names
/
background_2777.txt
< prev
next >
Wrap
Text File
|
1989-02-26
|
2KB
|
87 lines
-- background: 2777 from stack: in
-- bmap block id: 2316
-- flags: 0000
-- background id: 0
-- name:
-- part 4 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=17 top=307 right=337 bottom=64
-- title width / last selected line: 0
-- icon id / first selected line: 1011 / 1011
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Go Home
----- HyperTalk script -----
on mouseUp
go home
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=452 top=309 right=335 bottom=495
-- title width / last selected line: 0
-- icon id / first selected line: 1012 / 1012
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Go first card
----- HyperTalk script -----
on mouseUp
visual effect iris close
go first card
end mouseUp
-- part 7 (button)
-- low flags: 80
-- high flags: 8004
-- rect: left=69 top=310 right=334 bottom=194
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Hide MenuBar
----- HyperTalk script -----
on mouseUp
hide background button "Hide MenuBar"
show background button "Show MenuBar"
hide menubar
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=69 top=310 right=335 bottom=195
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Show MenuBar
----- HyperTalk script -----
on mouseUp
hide background button "Show MenuBar"
show background button "Hide MenuBar"
show menubar
end mouseUp